added new fields to table entries
This commit is contained in:
@@ -16,6 +16,16 @@
|
||||
<input class="form-control" name="topic_name" type="text" value="{{entry.topic_name}}" required>
|
||||
</div>
|
||||
|
||||
<div class="mb-3">
|
||||
<label class="form-label required-field" for="topic_language">Language</label>
|
||||
<select class="form-control" id="language" name="topic_language" value="{{ entry.topic_language }}">
|
||||
<option value="fr"
|
||||
{% if entry.topic_language == "fr" %} selected {% endif %}>fr</option>
|
||||
<option value="vn"
|
||||
{% if entry.topic_language == "vn" %} selected {% endif %}>vn</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div class="mb-3">
|
||||
<label class="form-label required-field" for="topic_quote">Citation</label>
|
||||
<textarea class="form-control monospace-font" id="topic_quote" name="topic_quote" required rows="10" cols="35">
|
||||
|
||||
Reference in New Issue
Block a user