mirror of
https://github.com/not-kennethreitz/markdownplease.com.git
synced 2026-06-05 23:20:19 +00:00
Added default value to url input
This commit is contained in:
@@ -21,6 +21,9 @@
|
||||
class="form-control"
|
||||
style="width: 300px;"
|
||||
placeholder="http://en.wikipedia.org/wiki/Markdown"
|
||||
{% if page_url %}
|
||||
value="{{ page_url }}"
|
||||
{% endif %}
|
||||
/>
|
||||
<input type="hidden" name="type" value="html" />
|
||||
<button type="submit" class="btn btn-default">
|
||||
@@ -29,7 +32,6 @@
|
||||
</fieldset>
|
||||
</form>
|
||||
|
||||
|
||||
{% if page_url %}
|
||||
<a
|
||||
href="/?url={{ page_url }}"
|
||||
|
||||
Reference in New Issue
Block a user