Skip to content

Commit

Permalink
updated settings; move demo static in app
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxcanfly committed Oct 14, 2013
1 parent 1a9e2f0 commit fd1abbd
Showing 10 changed files with 167 additions and 167 deletions.
324 changes: 162 additions & 162 deletions .travis.yml

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 5 additions & 5 deletions example/app/templates/app/base.html
Original file line number Diff line number Diff line change
@@ -10,8 +10,8 @@
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->

<link href="{{ STATIC_URL }}css/bootstrap.min.css" rel="stylesheet">
<link href="{{ STATIC_URL }}css/bootstrap-responsive.min.css" rel="stylesheet">
<link href="{{ STATIC_URL }}app/css/bootstrap.min.css" rel="stylesheet">
<link href="{{ STATIC_URL }}app/css/bootstrap-responsive.min.css" rel="stylesheet">
<link href="//netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css" rel="stylesheet">
</head>
<body>
@@ -108,9 +108,9 @@ <h1>Payment Form
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="{{ STATIC_URL }}js/jquery.min.js"></script>
<script src="{{ STATIC_URL }}js/jquery.smooth-scroll.min.js"></script>
<script src="{{ STATIC_URL }}js/bootstrap.min.js"></script>
<script src="{{ STATIC_URL }}app/js/jquery.min.js"></script>
<script src="{{ STATIC_URL }}app/js/jquery.smooth-scroll.min.js"></script>
<script src="{{ STATIC_URL }}app/js/bootstrap.min.js"></script>
</div>

</body>

0 comments on commit fd1abbd

Please sign in to comment.