URL fixes
This commit is contained in:
parent
9ecdc007d9
commit
66a52435d1
10 changed files with 16 additions and 44 deletions
|
|
@ -1,17 +1,11 @@
|
|||
{% extends "base.mu" %}
|
||||
{% block content %}
|
||||
|
||||
>{{ article.title }}
|
||||
|
||||
{% import 'translations.mu' as translations with context %}
|
||||
{{ translations.translations_for(article) }}
|
||||
{{ article.locale_date }}
|
||||
{% if article.authors %}
|
||||
|
||||
by {% for author in article.authors %}{{ author }}{% endfor %}
|
||||
|
||||
{% endif %}
|
||||
|
||||
{% import 'translations.mu' as translations with context %}
|
||||
{{ translations.translations_for(article) }}
|
||||
{{ article.locale_date }} {% if article.authors %}by {% for author in article.authors %}{{ author }}{% endfor %}{% endif %}
|
||||
|
||||
|
||||
{{ article.content }}
|
||||
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue