mirror of
https://git.wownero.com/wownero/wownero-funding-system.git
synced 2024-08-15 00:53:45 +00:00
A disclaimer for proposal submissions
This commit is contained in:
parent
e37fc3686a
commit
26ef712c55
5 changed files with 228 additions and 4 deletions
|
@ -85,7 +85,7 @@
|
|||
|
||||
<div class="form-group">
|
||||
<label>Content</label>
|
||||
<textarea id="content" class="textarea" name="content" placeholder="Place some text here" style="width: 100%; height: 600px; font-size: 14px; line-height: 18px; border: 1px solid #dddddd; padding: 10px;">{{ content }}</textarea>
|
||||
<textarea id="content" class="textarea" name="content" placeholder="Place some text here" style="width: 100%; height: 600px; font-size: 14px; line-height: 18px; border: 1px solid #dddddd; padding: 10px;">{% if content %}{{ content }}{% else %}{{default_content}}{% endif %}</textarea>
|
||||
</div>
|
||||
|
||||
<div style="display:none" id="error" class="alert alert-danger">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue