Skip to content
Snippets Groups Projects
Verified Commit 5b816279 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Add template for contact form.

parent ae338346
No related branches found
No related tags found
No related merge requests found
{# -*- engine:django -*- #}
{% extends "core/base.html" %}
{% load bootstrap4 %}
{% block page_title %}BiscuIT SIS support{% endblock %}
{% block content %}
<h2>Get support</h2>
<form method="post">
{% csrf_token %}
{% bootstrap_form form %}
<input type="submit" value="Edit" />
</form>
{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment