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