mirror of
https://github.com/Hopiu/django-markdownx.git
synced 2026-03-21 07:30:24 +00:00
8 lines
206 B
HTML
8 lines
206 B
HTML
{% extends 'base.html' %}
|
|
|
|
{% block content %}
|
|
<ul>
|
|
<li><a href="{% url 'form_view' %}">Generic Form</a></li>
|
|
<li><a href="{% url 'create_view' %}">Generic Create View</a></li>
|
|
</ul>
|
|
{% endblock %}
|