Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Alain Shakour
clowdflows
Commits
7bc2ab9c
Commit
7bc2ab9c
authored
Nov 28, 2013
by
Janez K
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bugfix
parent
907b09fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
9 deletions
+8
-9
website/templates/website/base.html
website/templates/website/base.html
+8
-9
No files found.
website/templates/website/base.html
View file @
7bc2ab9c
...
...
@@ -17,6 +17,14 @@
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script
type=
"text/javascript"
src=
"http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"
></script>
<script
src=
"{{STATIC_URL}}js/fancybox/jquery.fancybox-1.3.4.js"
></script>
<script
src=
"{{STATIC_URL}}js/signuplogin.js"
></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script
src=
"{{STATIC_URL}}bootstrap3/js/bootstrap.min.js"
></script>
</head>
<body>
...
...
@@ -102,14 +110,5 @@
</div>
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script
type=
"text/javascript"
src=
"http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"
></script>
<script
src=
"{{STATIC_URL}}js/fancybox/jquery.fancybox-1.3.4.js"
></script>
<script
src=
"{{STATIC_URL}}js/signuplogin.js"
></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script
src=
"{{STATIC_URL}}bootstrap3/js/bootstrap.min.js"
></script>
</body>
</html>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment