Updated spacings in code for better readability
This commit is contained in:
parent
13bb1d676e
commit
5647d641a2
@ -36,7 +36,7 @@
|
|||||||
style="display: none;"/>
|
style="display: none;"/>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if allow_registration %}
|
{% if allow_registration %}
|
||||||
<p>Don't have an account yet?<br /><a href="{{ request.urlgen('mediagoblin.auth.register') }}">Create one here!</a></p>
|
<p>Don't have an account yet?<br /><a href="{{ request.urlgen('mediagoblin.auth.register') }}">Create one here!</a></p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
@ -30,10 +30,10 @@
|
|||||||
<a href="{{ request.urlgen('mediagoblin.auth.login') }}">Login</a>.
|
<a href="{{ request.urlgen('mediagoblin.auth.login') }}">Login</a>.
|
||||||
</p>
|
</p>
|
||||||
{% if allow_registration %}
|
{% if allow_registration %}
|
||||||
<p>
|
<p>
|
||||||
If you don't have an account, please
|
If you don't have an account, please
|
||||||
<a href="{{ request.urlgen('mediagoblin.auth.register') }}">Register</a>.
|
<a href="{{ request.urlgen('mediagoblin.auth.register') }}">Register</a>.
|
||||||
</p>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ def root_view(request):
|
|||||||
return render_to_response(
|
return render_to_response(
|
||||||
request, 'mediagoblin/root.html',
|
request, 'mediagoblin/root.html',
|
||||||
{'media_entries': media_entries,
|
{'media_entries': media_entries,
|
||||||
'allow_registration': mg_globals.app_config["allow_registration"]})
|
'allow_registration': mg_globals.app_config["allow_registration"]})
|
||||||
|
|
||||||
|
|
||||||
def simple_template_render(request):
|
def simple_template_render(request):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user