mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-24 03:54:20 +00:00
sdasdfdafgdfsgreg
This commit is contained in:
parent
4defdbb646
commit
b73f0560d6
2 changed files with 2 additions and 2 deletions
|
@ -526,7 +526,7 @@ nav {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wiki-edit {
|
.wiki-edit {
|
||||||
border-top: rgba(red(@text-color), green(@text-color), blue(@text-color), 0.1);
|
border-top: 1px solid rgba(red(@text-color), green(@text-color), blue(@text-color), 0.3);
|
||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
|
@ -18,8 +18,8 @@
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if session.get('user_id', '') %}
|
{% if session.get('user_id', '') %}
|
||||||
<h4>Modifica</h4>
|
|
||||||
<div class="wiki-edit">
|
<div class="wiki-edit">
|
||||||
|
<h4>Modifica</h4>
|
||||||
<form action="{{ url_for('page_wiki', key=key) }}" method="POST">
|
<form action="{{ url_for('page_wiki', key=key) }}" method="POST">
|
||||||
<textarea class="content" name="content" placeholder="Inserisci il Markdown per la pagina qui.">{% if wiki_page %}{{ wiki_page.content }}{% endif %}</textarea><br>
|
<textarea class="content" name="content" placeholder="Inserisci il Markdown per la pagina qui.">{% if wiki_page %}{{ wiki_page.content }}{% endif %}</textarea><br>
|
||||||
<input class="reason" name="reason" type="text" placeholder="Motivo per la modifica"><br>
|
<input class="reason" name="reason" type="text" placeholder="Motivo per la modifica"><br>
|
||||||
|
|
Loading…
Reference in a new issue