Skip to content
Snippets Groups Projects
Commit d8a8a249 authored by Thorge Petersen's avatar Thorge Petersen
Browse files

Added flash msg with link to survey and zero border radius for all flash msgs

parent 2f892fb3
No related branches found
No related tags found
1 merge request!41Version 2.0.0
......@@ -1085,6 +1085,9 @@ select, textarea, input[type="text"], input[type="password"], input[type="dateti
color: #d4004b;
/* SH Rot */
font-style: italic;
}
.alert {
border-radius: 0;
}
......
......@@ -20,6 +20,20 @@
{% block flash %}
{{ super() }}
<div class="alert alert-info" role="alert">
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<h4 class="alert-heading">Evaluation des Offene-Daten-Gesetzes (ODaG)</h4>
<p>Für die Evaluation des Offene-Daten-Gesetzes (ODaG) lassen wir eine Umfrage zur Nutzung des Open-Data-Portals durchführen. Wir würden uns freuen, wenn möglichst viele Nutzerinnen und Nutzer an der Umfrage teilnehmen würden:</p>
<p style="margin-top: 15px;">
<a href="https://insight.uni-speyer.de/ODSH/" class="btn">zum Fragebogen</a><br>
<small>(extern beim Deutschen Forschungsinstitut für öffentliche Verwaltung Speyer).</small>
</p>
</div>
{% endblock %}
{% block toolbar %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment