]> git.lizzy.rs Git - cheatdb.git/blobdiff - app/templates/admin/licenses/edit.html
Redesign tags and license edit pages
[cheatdb.git] / app / templates / admin / licenses / edit.html
index eabe782d9cf8fdfc7b606255bb21a85c3064dc8d..e488c5678af90109df7d84120064203fab586a9b 100644 (file)
@@ -9,10 +9,8 @@
 {% endblock %}
 
 {% block content %}
-       <p>
-               <a href="{{ url_for('admin.license_list') }}">Back to list</a> |
-               <a href="{{ url_for('admin.create_edit_license') }}">New License</a>
-       </p>
+       <a class="btn btn-primary float-right" href="{{ url_for('admin.create_edit_license') }}">New License</a>
+       <a class="btn btn-secondary mb-4" href="{{ url_for('admin.license_list') }}">Back to list</a>
 
        {% from "macros/forms.html" import render_field, render_submit_field %}
        <form method="POST" action="" enctype="multipart/form-data">