cremcrem2devdev2diademsformagenericinstru_searchlamnlivemultiproductionrelease/1.4.4securitysocialstoragetestvideo
|
Last change
on this file since 7b2ff59 was
7b2ff59,
checked in by olivier <>, 6 years ago
|
|
use named urls, add paging to collection, and others
|
-
Property mode set to
100644
|
|
File size:
665 bytes
|
| Line | |
|---|
| 1 | {% extends "admin.html" %} |
|---|
| 2 | |
|---|
| 3 | {% block tabcontents %} |
|---|
| 4 | <h4>Manage {{ dictionary_name_plural|capfirst }}</h4> |
|---|
| 5 | |
|---|
| 6 | <form class="mod" id="addenum" method="post" |
|---|
| 7 | action="{% url telemeta-dictionary-record-update dictionary_id,dictionary_record.id %}"> |
|---|
| 8 | <fieldset> |
|---|
| 9 | <legend>Modify {{ dictionary_name|capfirst }}</legend> |
|---|
| 10 | <div class="field"> |
|---|
| 11 | <label>Value: <input type="text" name="value" value="{{dictionary_record.value}}" /></label> |
|---|
| 12 | |
|---|
| 13 | </div> |
|---|
| 14 | <div class="buttons"> |
|---|
| 15 | <input type="submit" name="save" value="Save"> |
|---|
| 16 | <input type="submit" name="cancel" value="Cancel"> |
|---|
| 17 | </div> |
|---|
| 18 | </fieldset> |
|---|
| 19 | </form> |
|---|
| 20 | <br style="clear: right"/> |
|---|
| 21 | |
|---|
| 22 | {% endblock %} |
|---|
Note: See
TracBrowser
for help on using the repository browser.