Update schedule module
This commit is contained in:
@ -1,13 +1,12 @@
|
||||
{% extends 'base.html' %} <!-- Add this for inheritance -->
|
||||
{% load i18n %}
|
||||
|
||||
{% block title %}{% trans "Singup" %}{% endblock %}
|
||||
{% block pagetitle %}{% trans "Singup" %}{% endblock %}
|
||||
{% block title %}{% trans "Signup" %}{% endblock %}
|
||||
{% block pagetitle %}{% trans "Signup" %}{% endblock %}
|
||||
{% block content %}
|
||||
<p>
|
||||
<strong>{% trans "Singup" %}</strong>
|
||||
<strong>{% trans "Signup" %}</strong>
|
||||
<br />
|
||||
Please contact x@y.z
|
||||
{% blocktrans %}Please contact x@y.z{% endblocktrans %}
|
||||
</p>
|
||||
|
||||
{% endblock %}
|
Reference in New Issue
Block a user