mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 14:58:25 -04:00
Get SASS compilation working
Main thing that was missing was including the main CSS file in the template. There are a few hacky bits here, like moving the whole of toolkit inside the stylesheets directory. Would arguably be cleaner using something that isn’t Flask Assets, but that’s something for later.
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
{% extends "admin_template.html" %}
|
||||
{% from "components/sms-message.html" import sms_message %}
|
||||
|
||||
{% block page_title %}
|
||||
GOV.UK Notify | Send text messages
|
||||
GOV.UK Notify | Send text messages
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
@@ -11,7 +12,7 @@ GOV.UK Notify | Send text messages
|
||||
<h1 class="heading-xlarge">Send text messages</h1>
|
||||
|
||||
<p>This page will be where we construct text messages</p>
|
||||
|
||||
{{ sms_message("hi") }}
|
||||
<p>
|
||||
<a class="button" href="check-sms" role="button">Continue</a>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user