Work on getting forms to go. Not yet complete.
This commit is contained in:
parent
6f09c0841c
commit
284509fa7b
40 changed files with 866 additions and 684 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{% extends "base.html" %}
|
||||
<!-- File list-genders-Genders.html generated 2018-06-15T08:47:04.288Z by adl.to-selmer-templates.
|
||||
<!-- File list-genders-Genders.html generated 2018-06-18T10:08:09.734Z by adl.to-selmer-templates.
|
||||
See [Application Description Language](https://github.com/simon-brooke/adl).-->
|
||||
{% block head %}
|
||||
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>
|
||||
|
|
@ -50,7 +50,7 @@ id
|
|||
{{ record.id }}
|
||||
</td>
|
||||
<td>
|
||||
<a href='form-genders-Gender?id={{ record.id}}'>
|
||||
<a href='form-genders-Gender?id={{ record.id }}'>
|
||||
View
|
||||
</a>
|
||||
</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue