Skip to content

Commit

Permalink
[#2302] only show about title if standard text
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Jul 26, 2012
1 parent 164d62f commit e6c0094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates/home/about.html
Expand Up @@ -9,11 +9,11 @@
{% block primary %}
<article class="module">
<div class="module-content">
<h1 class="page-heading">{{ _('About') }}</h1>
{% block about %}
{% if g.site_about %}
{{ h.markdown_extract(g.site_about) }}
{% else %}
<h1 class="page-heading">{{ _('About') }}</h1>
{% snippet 'home/snippets/about_text.html' %}
{% endif %}
{% endblock %}
Expand Down

0 comments on commit e6c0094

Please sign in to comment.