I probably shouldn't break the main page since we don't have the
gettext thing in place yet.
This commit is contained in:
@@ -18,7 +18,10 @@
|
|||||||
{% extends "mediagoblin/base.html" %}
|
{% extends "mediagoblin/base.html" %}
|
||||||
|
|
||||||
{% block mediagoblin_content %}
|
{% 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 %}
|
{% if request.user %}
|
||||||
<p>
|
<p>
|
||||||
|
|||||||
Reference in New Issue
Block a user