{{post[3]}}
+ {{post[3]|safe}}
- {{post[4]}}
+ {{post[4]|safe}}
diff --git a/README.md b/README.md index 50fd46e..9072ff3 100644 --- a/README.md +++ b/README.md @@ -51,4 +51,9 @@ MISC_UPLOAD_FOLDER = 'myriad/static/misc' # where other small images will be sto # dependencies -- Flask \ No newline at end of file +- Flask + +# preview + +- homepage with pinned members + \ No newline at end of file diff --git a/myriad/templates/base.html b/myriad/templates/base.html index 1725159..c2c3a69 100644 --- a/myriad/templates/base.html +++ b/myriad/templates/base.html @@ -23,15 +23,15 @@ {% if g.user %}
{% endif %} + {% if config["REGISTRATION"] == True %}