|
|
@@ -1,21 +1,19 @@ |
|
|
|
{% load new_pin %} |
|
|
|
{% load compress %} |
|
|
|
|
|
|
|
<!DOCTYPE html> |
|
|
|
<html> |
|
|
|
<head> |
|
|
|
<title>{{ site_name }} - {% block title %}{% endblock %}</title> |
|
|
|
|
|
|
|
{% if debug %} |
|
|
|
{% compress css %} |
|
|
|
<link rel="stylesheet" href="/static/vendor/bootstrap/2.0.3/css/bootstrap.css"> |
|
|
|
<link rel="stylesheet" href="/static/vendor/fancybox/2.0.6/jquery.fancybox.css"> |
|
|
|
{% else %} |
|
|
|
<link rel="stylesheet" href="/static/vendor/bootstrap/2.0.3/css/bootstrap.min.css"> |
|
|
|
<link rel="stylesheet" href="/static/vendor/fancybox/2.0.6/jquery.fancybox.css"> |
|
|
|
{% endif %} |
|
|
|
|
|
|
|
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Monoton"> |
|
|
|
<link rel="stylesheet" href="/static/core/css/pinry.css"> |
|
|
|
{% endcompress %} |
|
|
|
|
|
|
|
<link rel="stylesheet" href="/static/core/css/pinry.css"> |
|
|
|
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Monoton"> |
|
|
|
</head> |
|
|
|
<body> |
|
|
|
<div class="navbar navbar-fixed-top"> |
|
|
@@ -46,21 +44,16 @@ |
|
|
|
|
|
|
|
{% new_pin request %} |
|
|
|
|
|
|
|
{% if debug %} |
|
|
|
{% compress js %} |
|
|
|
<script src="/static/vendor/jquery/1.7.2/jquery.js"></script> |
|
|
|
<script src="/static/vendor/bootstrap/2.0.3/js/bootstrap.js"></script> |
|
|
|
<script src="/static/vendor/wookmark/0.5/jquery.wookmark.js"></script> |
|
|
|
<script src="/static/vendor/fancybox/2.0.6/jquery.fancybox.js"></script> |
|
|
|
<script src="/static/vendor/imagesloaded/2.0.1/jquery.imagesloaded.js"></script> |
|
|
|
{% else %} |
|
|
|
<script src="/static/vendor/jquery/1.7.2/jquery.min.js"></script> |
|
|
|
<script src="/static/vendor/bootstrap/2.0.3/js/bootstrap.min.js"></script> |
|
|
|
<script src="/static/vendor/wookmark/0.5/jquery.wookmark.min.js"></script> |
|
|
|
<script src="/static/vendor/fancybox/2.0.6/jquery.fancybox.pack.js"></script> |
|
|
|
<script src="/static/vendor/imagesloaded/2.0.1/jquery.imagesloaded.min.js"></script> |
|
|
|
{% endif %} |
|
|
|
|
|
|
|
<script src="/static/core/js/pinry.js"></script> |
|
|
|
<script src="/static/core/js/messages.js"></script> |
|
|
|
<script src="/static/core/js/pinry.js"></script> |
|
|
|
<script src="/static/core/js/messages.js"></script> |
|
|
|
{% endcompress %} |
|
|
|
|
|
|
|
</body> |
|
|
|
</html> |