"microblog" renamed to "Forum"

This commit is contained in:
jieun 2017-04-04 17:59:44 -04:00
parent 2177ec06dc
commit e5c642cc4d
3 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@
{% if title %}
<title>{{ title }} - Forum </title>
{% else %}
<title>microblog</title>
<title>Forum</title>
{% endif %}
<link href="{{ url_for('.static', filename='css/bootstrap.min.css') }}" rel="stylesheet" media="screen">
<link href="{{ url_for('.static', filename='css/bootstrap-responsive.min.css') }}" rel="stylesheet">
@ -44,7 +44,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="{{ url_for('index') }}">microblog</a>
<a class="brand" href="{{ url_for('index') }}"> Forum </a>
<ul class="nav">
<li><a href="{{ url_for('index') }}">{{ _('Home') }}</a></li>
<li><a href="{{ url_for('allposts') }}">{{ _('Most Recent Posts') }}</a></li>

View File

@ -10,4 +10,4 @@
</tr>
</table>
<p>{{ _('Regards,') }}</p>
<p>{{ _('The <code>microblog</code> admin') }}</p>
<p>{{ _('The <code>forum</code> admin') }}</p>

View File

@ -6,4 +6,4 @@
{{ _('Regards,') }}
{{ _('The microblog admin') }}
{{ _('The forum admin') }}