First version
This commit is contained in:
13
polyclinic_scheduling/templates/singup.html
Normal file
13
polyclinic_scheduling/templates/singup.html
Normal file
@ -0,0 +1,13 @@
|
||||
{% extends 'base.html' %} <!-- Add this for inheritance -->
|
||||
{% load i18n %}
|
||||
|
||||
{% block title %}{% trans "Singup" %}{% endblock %}
|
||||
{% block pagetitle %}{% trans "Singup" %}{% endblock %}
|
||||
{% block content %}
|
||||
<p>
|
||||
<strong>{% trans "Singup" %}</strong>
|
||||
<br />
|
||||
Please contact x@y.z
|
||||
</p>
|
||||
|
||||
{% endblock %}
|
Reference in New Issue
Block a user