mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
Move Javascript templates into index.html
...which includes subscriptions.html. (imported from commit d6297b8b0828fdc1b71393a8549bf2796633a2d0)
This commit is contained in:
parent
3b817ecc1c
commit
cd7ee170b8
@ -13,6 +13,8 @@
|
||||
{% block customhead %}
|
||||
|
||||
{% icanhazjs "zephyr" %}
|
||||
{% icanhazjs "subscription" %}
|
||||
|
||||
{% autoescape off %}
|
||||
<link href="/static/styles/pygments.css" rel="stylesheet">
|
||||
<script type="text/javascript" src="/static/third/jquery/jquery.form.js"></script>
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
{% load jstemplate %}
|
||||
|
||||
{% icanhazjs "subscription" %}
|
||||
|
||||
<div class="alert" id="subscriptions-status"></div>
|
||||
|
||||
<div class="row-fluid">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user