I probably shouldn't break the main page since we don't have the
gettext thing in place yet.
This commit is contained in:
parent
23d23dcf6b
commit
2de317f2f3
@ -18,7 +18,10 @@
|
||||
{% extends "mediagoblin/base.html" %}
|
||||
|
||||
{% block mediagoblin_content %}
|
||||
<h2>{% trans %}Welcome to GNU MediaGoblin!{% endtrans %}</h2>
|
||||
|
||||
<h2>Welcome to GNU MediaGoblin!</h2>
|
||||
{# <!-- THE FUTURE -->
|
||||
<h2>{% trans %}Welcome to GNU MediaGoblin!{% endtrans %}</h2> #}
|
||||
|
||||
{% if request.user %}
|
||||
<p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user