Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rex Dri
Rex Dri
Commits
87b69d2a
Unverified
Commit
87b69d2a
authored
May 30, 2020
by
Gautier D
Committed by
Florent Chehab
May 31, 2020
Browse files
feat(backend): create template for custom admin view
parent
c61d5601
Changes
1
Show whitespace changes
Inline
Side-by-side
backend/base_app/templates/admin/trigger_cron.html
0 → 100644
View file @
87b69d2a
{% extends "admin/index.html" %} {% block content %}
<form
method=
"post"
>
{% csrf_token %}
<br
/>
<input
type=
"submit"
name=
"cron_name"
value=
"update_currencies"
/>
</form>
<form
method=
"post"
>
{% csrf_token %}
<br
/>
<input
type=
"submit"
name=
"cron_name"
value=
"update_utc_ent"
/>
</form>
<form
method=
"post"
>
{% csrf_token %}
<br
/>
<input
type=
"submit"
name=
"cron_name"
value=
"update_extra_denormalization"
/>
</form>
<form
method=
"post"
>
{% csrf_token %}
<br
/>
<input
type=
"submit"
name=
"cron_name"
value=
"clear_and_clean_sessions"
/>
</form>
{% endblock %}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment