* Create a minimalistic toast
* Profile editing (WIP)
This commit is contained in:
parent
327b2d0a5b
commit
1c79cc890d
25 changed files with 1133 additions and 575 deletions
|
|
@ -1,6 +1,18 @@
|
|||
{% extends "base_with_header.html" %}
|
||||
|
||||
{% block main_container %}
|
||||
{{ message|markdown }}
|
||||
|
||||
<div class="message">
|
||||
{% if as_code %}
|
||||
<pre><code>
|
||||
{% endif %}
|
||||
|
||||
{{ message|markdown }}
|
||||
|
||||
{% if as_code %}
|
||||
</code></pre>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
<a href="/">Go to home</a>
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue