diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-21 02:23:40 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-21 02:23:40 -0400 |
commit | 8ff271216f421594970631eec1ba156a8a35e561 (patch) | |
tree | e56af4f242621c0e0a20a30d9fe881edbc307feb /templates/devel | |
parent | 03fa7e4f27bdb39a8f8f5ed91a87d18bf8357b47 (diff) | |
parent | bb18fa3323a0494a2774ea61911572b089d04b6d (diff) |
Merge branch 'archweb' into archweb-generic2
Diffstat (limited to 'templates/devel')
-rw-r--r-- | templates/devel/clock.html | 3 | ||||
-rw-r--r-- | templates/devel/index.html | 2 | ||||
-rw-r--r-- | templates/devel/packages.html | 3 | ||||
-rw-r--r-- | templates/devel/profile.html | 2 |
4 files changed, 10 insertions, 0 deletions
diff --git a/templates/devel/clock.html b/templates/devel/clock.html index a7bc7315..8970fad0 100644 --- a/templates/devel/clock.html +++ b/templates/devel/clock.html @@ -56,6 +56,9 @@ </tbody> </table> </div> +{% endblock %} + +{% block script_block %} {% load cdn %}{% jquery %}{% jquery_tablesorter %} <script type="text/javascript" src="{% static "archweb.js" %}"></script> <script type="text/javascript"> diff --git a/templates/devel/index.html b/templates/devel/index.html index b2dfe077..f3f32863 100644 --- a/templates/devel/index.html +++ b/templates/devel/index.html @@ -294,7 +294,9 @@ </table> </div>{# #dash-by-developer #} {% endcache %} +{% endblock %} +{% block script_block %} {% load cdn %}{% jquery %}{% jquery_tablesorter %} <script type="text/javascript" src="{% static "archweb.js" %}"></script> <script type="text/javascript"> diff --git a/templates/devel/packages.html b/templates/devel/packages.html index 0aed22f4..ed96ad5a 100644 --- a/templates/devel/packages.html +++ b/templates/devel/packages.html @@ -73,6 +73,9 @@ </tbody> </table> </div> +{% endblock %} + +{% block script_block %} {% load cdn %}{% jquery %}{% jquery_tablesorter %} <script type="text/javascript" src="{% static "archweb.js" %}"></script> <script type="text/javascript"> diff --git a/templates/devel/profile.html b/templates/devel/profile.html index 16057275..dff5d925 100644 --- a/templates/devel/profile.html +++ b/templates/devel/profile.html @@ -24,7 +24,9 @@ </form> </div> +{% endblock %} +{% block script_block %} {% load cdn %}{% jquery %} <script type="text/javascript" src="{% static "archweb.js" %}"></script> <script type="text/javascript"> |