Update
This commit is contained in:
8
waiting_room/templates/about_us.html
Normal file
8
waiting_room/templates/about_us.html
Normal file
@ -0,0 +1,8 @@
|
||||
{% extends 'base.html' %}
|
||||
|
||||
{% block title %}About us{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h1>About us</h1>
|
||||
<a href="{% url 'waiting_room:index' %}">Go to index</a>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user