django-refunds/refunds/templates/blog/about.html

8 lines
199 B
HTML
Raw Normal View History

2016-06-03 19:33:12 +02:00
{% extends 'base.html' %}
{% block title %}About{% endblock %}
{% block content %}
<h1>About</h1>
<p>This page is under construct and will be updated as soon as possible.</p>
{% endblock %}