Revert
This commit is contained in:
parent
36abf602e6
commit
7cac4157c6
8 changed files with 30 additions and 62 deletions
|
@ -21,6 +21,5 @@
|
|||
</div>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
<button type="submit" style="display: inline;" name="action" value="Save" >{{ _('Save') }} </button>
|
||||
<!-- <button type="submit" style="background-color: red; float: right;" name="action" value="Delete" > {{ _('Delete') }} </button> -->
|
||||
<button type="submit">{{ _('Save') }}</button>
|
||||
</form>
|
|
@ -10,7 +10,7 @@
|
|||
{% block users_media %}{% endblock %}
|
||||
{% endblock %}
|
||||
|
||||
{% block body %}z
|
||||
{% block body %}
|
||||
<div id="common-content">
|
||||
<div id="content-left" class="users">
|
||||
{% if page_obj and page_obj.num_pages > 1 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue