Private
Public Access
1
0

alert form

This commit is contained in:
Sander Roosendaal
2019-08-16 18:18:54 +02:00
parent de6d498717
commit 40ad973b33
7 changed files with 74 additions and 1 deletions

View File

@@ -0,0 +1,30 @@
{% extends "newbase.html" %}
{% load staticfiles %}
{% block title %}Planned Session{% endblock %}
{% block main %}
<h1>Alert Edit</h1>
<ul class="main-content">
<li class="grid_2">
<p>
<form action="" method="post">
{% csrf_token %}
<table>
{{ form.as_table }}
</table>
<input type="submit" value="Save">
</form>
</p>
</li>
</ul>
{% endblock %}
{% block sidebar %}
{% include 'menu_analytics.html' %}
{% endblock %}

View File

@@ -0,0 +1,30 @@
{% extends "newbase.html" %}
{% load staticfiles %}
{% block title %}Planned Session{% endblock %}
{% block main %}
<h1>Alert Edit</h1>
<ul class="main-content">
<li class="grid_2">
<p>
<form action="" method="post">
{% csrf_token %}
<table>
{{ form.as_table }}
</table>
<input type="submit" value="Save">
</form>
</p>
</li>
</ul>
{% endblock %}
{% block sidebar %}
{% include 'menu_analytics.html' %}
{% endblock %}

View File

@@ -59,7 +59,7 @@
{% endif %}
<li class="grid_4">
<p>
<a href="/rowers/alert/new/">Create new alert</a>
<a href="/rowers/alerts/new/">Create new alert</a>
</p>
</li>
</ul>