Implement feed formatters, fixed tests and prod controllers

This commit is contained in:
Andrey
2013-06-11 11:16:52 +02:00
parent affdfe7a0a
commit d303a383e6
28 changed files with 1803 additions and 468 deletions

View File

@@ -89,7 +89,7 @@
<div class="control-group">
<label class="control-label" for="edit_pub_subtitre">{% trans 'Sous-titre' %} :</label>
<div class="controls">
<input placeholder="{% trans 'Short description' %}" id="edit_pub_subtitre" class="input-large" maxlength="512" name="subtitle" type="text" value="{{ feed.getDescription() }}" />
<input placeholder="{% trans 'Short description' %}" id="edit_pub_subtitre" class="input-large" maxlength="512" name="subtitle" type="text" value="{{ feed.getSubtitle() }}" />
</div>
</div>
<div class="control-group">