Commit 8355cec1 authored by Michal Čihař's avatar Michal Čihař

Fix button label

Fixes #570
Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 1867a449
...@@ -293,7 +293,7 @@ ...@@ -293,7 +293,7 @@
{{ comment_form|crispy }} {{ comment_form|crispy }}
</div> </div>
<div class="panel-footer"> <div class="panel-footer">
<input type="submit" value="{% trans "Search" %}" class="btn btn-default" /> <input type="submit" value="{% trans "Save" %}" class="btn btn-default" />
</div> </div>
</div> </div>
</form> </form>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment