mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Implement feed formatters, fixed tests and prod controllers
This commit is contained in:
@@ -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">
|
||||
|
Reference in New Issue
Block a user