Compare commits
2 Commits
d73107453b
...
35af9dd6b7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
35af9dd6b7 | ||
|
|
9ca401c2cb |
@@ -32,7 +32,9 @@ def index():
|
||||
elif latest_start and not latest_end:
|
||||
latest = latest_start[0]
|
||||
|
||||
return render_template('index.html', front_list=fronters, home_pins=homepage, last_updated=latest)
|
||||
homepage_text = current_app.config["HOMEPAGE"]
|
||||
|
||||
return render_template('index.html', front_list=fronters, home_pins=homepage, last_updated=latest, homepage_text=homepage_text)
|
||||
|
||||
@bp.route('/full')
|
||||
def full_list():
|
||||
|
||||
@@ -13,6 +13,8 @@
|
||||
{% if last_updated %}<br><i><sub>last updated: {{ get_datetime_str(last_updated) }}</sub></i>{% endif %}
|
||||
</div>
|
||||
|
||||
<p>{{ homepage_text|safe }}</p>
|
||||
|
||||
{% for member in home_pins %}
|
||||
|
||||
{% if not g.user and member[9]==0 %}
|
||||
|
||||
Reference in New Issue
Block a user