Commit 51497ca2 by benjaoming

page title for signup page

parent c06108cb
{% extends "wiki/base.html" %} {% extends "wiki/base.html" %}
{% load i18n wiki_tags sekizai_tags %} {% load i18n wiki_tags sekizai_tags %}
{% block pagetitle %}{% trans "Log in" %}{% endblock %} {% block pagetitle %}{% trans "Sign up" %}{% endblock %}
{% block wiki_contents %} {% block wiki_contents %}
<h1 class="page-header">{% trans "Sign up" %}</h1> <h1 class="page-header">{% trans "Sign up" %}</h1>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment