Commit b5a0014d authored by Star Neptune R. Sy's avatar Star Neptune R. Sy

formatting code and populated the data

parent 30ff5eee
...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
{% csrf_token %} {% csrf_token %}
{{ form.as_p }} {{ form.as_p }}
</b> </b>
</form> </form>
{% endblock %} {% endblock %}
......
...@@ -8,5 +8,4 @@ urlpatterns = [ ...@@ -8,5 +8,4 @@ urlpatterns = [
path('<int:pk>/edit/', AssignmentsUpdateView.as_view(), name='assignment_update'), path('<int:pk>/edit/', AssignmentsUpdateView.as_view(), name='assignment_update'),
] ]
app_name = "assignments" app_name = "assignments"
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment