Improve reply processing

This commit is contained in:
Thomas Sileo
2019-08-16 14:42:15 +02:00
parent 558fb9c310
commit 5da44298a8
4 changed files with 67 additions and 44 deletions

View File

@@ -170,7 +170,7 @@
{% if request.path == url_for("admin.admin_lookup") %}
<input type="hidden" name="url" value="{{obj.id}}">
{% endif %}
<button type="submit" class="bar-item-reverse">hide sensitive content</button>
<button type="submit" class="bar-item">hide sensitive content</button>
</form>
</div>
{% endif %}