{% extends "template.html" %} {% block title %}Admin{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block content %}

Edit restaurants

From which url should be the restaurants updated

{% endblock %} {% block scripts %} {% endblock %}