Commit 232d6592 authored by Michal Čihař's avatar Michal Čihař

Template for contact

parent c80945cc
{% extends "base.html" %}
{% load i18n %}
{% load url from future %}
{% block content %}
<form method="post" action="{% url 'accounts.views.contant' %}">
{% csrf_token %}
<table>
{{ table.as_table }}
<tr><td></td><td><input type="submit" class="button" value="{% trans "Send" %}" /></td></tr>
</table>
</form>
{% endblock %}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment