adding links to plans
This commit is contained in:
@@ -95,11 +95,15 @@
|
||||
{% csrf_token %}
|
||||
<input class="button green" type="submit" value="Save">
|
||||
</form>
|
||||
|
||||
|
||||
</li>
|
||||
<li class="grid_2">
|
||||
<h2>Plans</h2>
|
||||
|
||||
<p>
|
||||
<a href="/rowers/plans/">
|
||||
<i class="fas fa-calendar-star"></i> Our Plans
|
||||
</a>
|
||||
</p>
|
||||
{% if plans %}
|
||||
<table width="100%" class="listtable shortpadded">
|
||||
<thead>
|
||||
@@ -139,7 +143,7 @@
|
||||
</li>
|
||||
<li class="grid_2">
|
||||
<h2>Add a plan</h2>
|
||||
|
||||
|
||||
<form id="newplanform"
|
||||
enctype="multipart/form-data" action="" method="post">
|
||||
<table width=100%>
|
||||
@@ -147,7 +151,7 @@
|
||||
</table>
|
||||
{% csrf_token %}
|
||||
<input class="button green" type="submit" value="Save">
|
||||
|
||||
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user