diff --git a/README.md b/README.md index 2779288..9400920 100644 --- a/README.md +++ b/README.md @@ -55,5 +55,22 @@ MISC_UPLOAD_FOLDER = 'myriad/static/misc' # where other small images will be sto # preview +- these screenshots are all from the public viewer's perspective + - homepage with pinned members - \ No newline at end of file + + +- 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 + \ No newline at end of file diff --git a/myriad/templates/base.html b/myriad/templates/base.html index c2c3a69..2f48c58 100644 --- a/myriad/templates/base.html +++ b/myriad/templates/base.html @@ -31,6 +31,11 @@
{% endif %} + {% else %} + {% if g.user %} +