diff options
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> |