Hiding the "v." in the footer if the app_version variable is not set.

This commit is contained in:
Felipe Martín 2013-05-22 16:55:20 +02:00
parent 8e1497111e
commit afea041e66
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
<hr style="margin: 0" /> <hr style="margin: 0" />
<div class="pull-left"> <div class="pull-left">
<small> <small>
MinecraftCodex v.{{ app_version }}<br /> MinecraftCodex {% if app_version %}v.{{ app_version }}{% endif %}<br />
If you have feedback, please use the contact information on the right. If you have feedback, please use the contact information on the right.
</small> </small>
</div> </div>