edit readme
This commit is contained in:
17
README.md
17
README.md
@@ -55,5 +55,22 @@ MISC_UPLOAD_FOLDER = 'myriad/static/misc' # where other small images will be sto
|
|||||||
|
|
||||||
# preview
|
# preview
|
||||||
|
|
||||||
|
- these screenshots are all from the public viewer's perspective
|
||||||
|
|
||||||
- homepage with pinned members
|
- homepage with pinned members
|
||||||

|

|
||||||
|
|
||||||
|
- main blog post feed
|
||||||
|

|
||||||
|
|
||||||
|
- member page showing their uploaded icons (just about)
|
||||||
|

|
||||||
|
|
||||||
|
- groups view
|
||||||
|

|
||||||
|
|
||||||
|
- a sample part of the administration
|
||||||
|

|
||||||
|
|
||||||
|
- the theme editor is pretty ugly right now but it does work
|
||||||
|

|
||||||
@@ -31,6 +31,11 @@
|
|||||||
<div class="navitem">> <a href="{{ url_for('auth.register') }}">Register</a></div>
|
<div class="navitem">> <a href="{{ url_for('auth.register') }}">Register</a></div>
|
||||||
<div class="navitem">> <a href="{{ url_for('auth.login') }}">Log in</a></div>
|
<div class="navitem">> <a href="{{ url_for('auth.login') }}">Log in</a></div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% else %}
|
||||||
|
{% if g.user %}
|
||||||
|
<div class="heading">Administration</div>
|
||||||
|
<div class="navitem">> <a href="{{ url_for('auth.logout') }}">Log out</a></div>
|
||||||
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user