poli_planning/polyclinic_scheduling/templates/singup.html

13 lines
295 B
HTML
Raw Normal View History

2020-05-13 15:54:40 +02:00
{% 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 %}