Store app.py deprecated.\nAdmin pages added: privacy notice, accessibility, data retention, license. Improvements to accessibility of those pages pending.
This commit is contained in:
@@ -55,8 +55,8 @@
|
||||
{% endfor %}
|
||||
</div>
|
||||
<div class="container-input">
|
||||
{{ model.form.msg.label }}
|
||||
{{ model.form.msg(rows=4, cols=80) }}
|
||||
{{ model.form.message.label }}
|
||||
{{ model.form.message(rows=4, cols=80) }}
|
||||
{% for error in model.form.name.errors %}
|
||||
<p class="error">{{ error }}</p>
|
||||
{% endfor %}
|
||||
@@ -75,7 +75,7 @@
|
||||
<h3 class="label-title" style="padding-bottom: 0;">Where to find us</h3>
|
||||
</div>
|
||||
<div class="{{ model.FLAG_CONTAINER }} {{ model.FLAG_ROW }}">
|
||||
<h4>edward.middletonsmith@gmail.com</h4>
|
||||
<h4>{{ model.app.MAIL_CONTACT_PUBLIC }}</h4>
|
||||
</div>
|
||||
<div class="{{ model.FLAG_CONTAINER }} {{ model.FLAG_ROW }}" style="padding-top: 0; width: fit-content;">
|
||||
<a href="{{ model.url_LinkedIn }}" class="container-icon-label"><img class="img-icon" src="{{ url_for('static', filename='images/Logo_LinkedIn.png') }}" alt="LinkedIn"></img><!--<h4>LinkedIn</h4>--></a>
|
||||
|
||||
Reference in New Issue
Block a user