mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-17 04:59:37 -04:00
Remove separate page for adding a folder
The route for this was removed in: 8512e26d6f (diff-f0af582449ebf426f27f37e38f310057)
This commit is contained in:
@@ -1,20 +0,0 @@
|
|||||||
|
|
||||||
{% extends "withnav_template.html" %}
|
|
||||||
{% from "components/textbox.html" import textbox %}
|
|
||||||
{% from "components/page-footer.html" import page_footer %}
|
|
||||||
{% from "components/form.html" import form_wrapper %}
|
|
||||||
|
|
||||||
{% block service_page_title %}
|
|
||||||
Add a folder
|
|
||||||
{% endblock %}
|
|
||||||
|
|
||||||
{% block maincolumn_content %}
|
|
||||||
|
|
||||||
<h1 class="heading-large">Add a folder</h1>
|
|
||||||
|
|
||||||
{% call form_wrapper() %}
|
|
||||||
{{ textbox(form.name) }}
|
|
||||||
{{ page_footer('Save') }}
|
|
||||||
{% endcall %}
|
|
||||||
|
|
||||||
{% endblock %}
|
|
||||||
Reference in New Issue
Block a user