Compare commits
2 Commits
ca8996fff6
...
5781b49c7c
Author | SHA1 | Date | |
---|---|---|---|
5781b49c7c | |||
e2f516d409 |
@ -1,11 +1,11 @@
|
|||||||
***********
|
******************
|
||||||
Users guide
|
User Dokumentation
|
||||||
***********
|
******************
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
:caption: Contents:
|
:caption: Inhalt:
|
||||||
|
|
||||||
registrierung.rst
|
registrierung.rst
|
||||||
vermittlungen.rst
|
vermittlungen.rst
|
||||||
moderationskonzept.rt
|
moderationskonzept.rst
|
||||||
benachrichtigungen.rst
|
benachrichtigungen.rst
|
||||||
|
@ -197,6 +197,7 @@ select, .button {
|
|||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
border: none;
|
border: none;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn2 {
|
.btn2 {
|
||||||
@ -208,6 +209,9 @@ select, .button {
|
|||||||
margin: 5px;
|
margin: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*********************/
|
/*********************/
|
||||||
/* UNIQUE COMPONENTS */
|
/* UNIQUE COMPONENTS */
|
||||||
/*********************/
|
/*********************/
|
||||||
|
@ -5,6 +5,6 @@
|
|||||||
{% blocktranslate %}
|
{% blocktranslate %}
|
||||||
<p>Achtung du verlässt notfellchen.org</p>
|
<p>Achtung du verlässt notfellchen.org</p>
|
||||||
{% endblocktranslate %}
|
{% endblocktranslate %}
|
||||||
<a href="{{ url }}" class="btn" >{% translate "Weiter" %}</a>
|
<a href="{{ url }}" class="btn button" >{% translate "Weiter" %}</a>
|
||||||
</div>
|
</div>
|
||||||
{% endblock content %}
|
{% endblock content %}
|
||||||
|
Loading…
Reference in New Issue
Block a user