Fix Bootstrap class name

pull/2/head
Noah 2015-05-15 00:19:57 +00:00
vecāks 6a2e055dfd
revīzija 297db00520
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām

Parādīt failu

@ -36,8 +36,8 @@
{% if session["login"] %}
<p>Embed this image in a blog post:<br>
<input type="text" class="form-input" readonly value="![{{ photo['caption'] }}]({{ app['photo_url'] }}/{{ photo['large'] }})"> (Markdown)<br>
<input type="text" class="form-input" readonly value='<a href="{{ app['photo_url'] }}/{{ photo['large'] }}\" alt=\"{{ photo['caption'] }}">'> (HTML)
<input type="text" class="form-control" readonly value="![{{ photo['caption'] }}]({{ app['photo_url'] }}/{{ photo['large'] }})"> (Markdown)<br>
<input type="text" class="form-control" readonly value='<a href="{{ app['photo_url'] }}/{{ photo['large'] }}\" alt=\"{{ photo['caption'] }}">'> (HTML)
{% endif %}
{{ nav_links() }}