diff options
| author | 2019-04-10 23:17:08 +0100 | |
|---|---|---|
| committer | 2019-04-10 23:17:08 +0100 | |
| commit | a880a3441100b387e1171c79cbeff36d3aa8d445 (patch) | |
| tree | 7718666427599435219cbbf0aa49ab881c7ab9fb /pydis_site/templates/wiki/create_root.html | |
| parent | Merge branch 'django' into django+200/wiki (diff) | |
Some initial work on updating the wiki templates for Bulma
Diffstat (limited to 'pydis_site/templates/wiki/create_root.html')
| -rw-r--r-- | pydis_site/templates/wiki/create_root.html | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/pydis_site/templates/wiki/create_root.html b/pydis_site/templates/wiki/create_root.html index 73a14ae0..52f5ffb6 100644 --- a/pydis_site/templates/wiki/create_root.html +++ b/pydis_site/templates/wiki/create_root.html @@ -4,23 +4,9 @@ {% block wiki_pagetitle %}{% trans "Create root article" %}{% endblock %} {% block wiki_contents %} + <h1 class="title">{% trans "Congratulations!" %}</h1> - {% addtoblock "js" %} - {% for js in editor.Media.js %} - <script type="text/javascript" src="{% static js %}"></script> - {% endfor %} - {% endaddtoblock %} - - {% addtoblock "css" %} - {% for media, srcs in editor.Media.css.items %} - {% for src in srcs %} - <link rel="stylesheet" media="{{ media }}" href="{% static src %}" /> - {% endfor %} - {% endfor %} - {% endaddtoblock %} - - <h1>{% trans "Congratulations!" %}</h1> - <p class="lead"> + <p> {% trans "You have django-wiki installed... but there are no articles. So it's time to create the first one, the root article." %} {% trans "In the beginning, it will only be editable by administrators, but you can define permissions after." %} </p> |