aboutsummaryrefslogtreecommitdiff
path: root/ustayml/templates/blog/create.html
diff options
context:
space:
mode:
Diffstat (limited to 'ustayml/templates/blog/create.html')
-rw-r--r--ustayml/templates/blog/create.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ustayml/templates/blog/create.html b/ustayml/templates/blog/create.html
index 88e31e4..9132641 100644
--- a/ustayml/templates/blog/create.html
+++ b/ustayml/templates/blog/create.html
@@ -10,6 +10,6 @@
<input name="title" id="title" value="{{ request.form['title'] }}" required>
<label for="body">Body</label>
<textarea name="body" id="body">{{ request.form['body'] }}</textarea>
- <input type="submit" value="Save">
+ <input type="submit" value="Aplicar">
</form>
{% endblock %}