Skip to content
Snippets Groups Projects
Commit 0a9227c7 authored by Patrick Jentsch's avatar Patrick Jentsch
Browse files

Return template for GET requests.

parent dd4fcdfe
No related branches found
No related tags found
No related merge requests found
{% extends "base.html.j2" %}
{% block page_content %}
<div class="col s12 m6 offset-m3">
<div class="card medium">
<div class="card-content">
<p>Sign in into an exisiting account or register a new one!</p>
<br>
<div class="card-action">
<a class="btn" href="{{url_for('auth.register')}}">Register</a>
</div>
</div>
</div>
</div>
{% 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