mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-02 17:48:50 -04:00
Add text messages page
Add text messages page
This commit is contained in:
committed by
Chris Hill-Scott
parent
87a474c511
commit
4c1e878f1a
17
app/templates/views/features/text-messages.html
Normal file
17
app/templates/views/features/text-messages.html
Normal file
@@ -0,0 +1,17 @@
|
||||
{% extends "withoutnav_template.html" %}
|
||||
{% from "components/table.html" import mapping_table, row, text_field, edit_field, field with context %}
|
||||
{% from "components/sub-navigation.html" import sub_navigation %}
|
||||
|
||||
{% block per_page_title %}
|
||||
Features
|
||||
{% endblock %}
|
||||
|
||||
{% block maincolumn_content %}
|
||||
|
||||
<div class="grid-row">
|
||||
<div class="column-one-third">
|
||||
{{ sub_navigation(navigation_links) }}
|
||||
</div>
|
||||
<div class="column-two-thirds">
|
||||
|
||||
<h1 class="heading heading-large">Text messages</h1>
|
||||
Reference in New Issue
Block a user