Skip to content
Snippets Groups Projects
Verified Commit 35761043 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Add template stub for checkpoint

parent 7c1b74c1
No related branches found
No related tags found
1 merge request!30Resolve "Checkpoint system"
Pipeline #76010 failed
{% extends "core/base.html" %}
{% load material_form i18n any_js %}
{% block page_title %}{% blocktrans %}Checkpoint{% endblocktrans %}{% endblock %}
{% block browser_title %}{% blocktrans %}Checkpoint{% endblocktrans %}{% endblock %}
{% block extra_head %}
{{ form.media.css }}
{% endblock %}
{% block content %}
<form method="post">
{% csrf_token %}
{% form form=form %}{% form %}
{% include "core/partials/save_button.html" %}
</form>
{{ form.media.js }}
{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment