Skip to content
Snippets Groups Projects
Commit 8a064a04 authored by frekk's avatar frekk
Browse files

Merge branch 'frekk-testing' of ssh://gitlab.ucc.asn.au/frekk/uccportal into frekk-testing

parents 2710a986 abcde291
Branches
Tags
1 merge request!7Bug fixes & features
...@@ -4,6 +4,7 @@ This file implements the member-facing registration workflow. See ../../README.m ...@@ -4,6 +4,7 @@ This file implements the member-facing registration workflow. See ../../README.m
import subprocess import subprocess
from subprocess import CalledProcessError, TimeoutExpired from subprocess import CalledProcessError, TimeoutExpired
from os import path from os import path
from datetime import datetime
from django.http import HttpResponseRedirect from django.http import HttpResponseRedirect
from django.shortcuts import render from django.shortcuts import render
......
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